home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Beautiful Female Teachers Club
/
Beautiful Female Teachers Club.iso
/
pc
/
cata_f.dxr
/
00001.ls
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-02-16
|
221 b
|
15 lines
on exitFrame
global gslide
if gslide = 0 then
go(the frame)
else
if gslide = 1 then
if the timer < (5 * 60) then
go(the frame)
else
go(#next)
end if
end if
end if
end